From: Juanma Barranquero Date: Tue, 10 Dec 2002 07:40:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29271 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4a8920427892a13018a4acc102bde0c067bf88a;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 38f2c6c798b..650df8494e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-12-10 Juanma Barranquero + + * editfns.c (Fformat): Use alloca, not _alloca. + 2002-12-09 Richard M. Stallman * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input @@ -24,15 +28,15 @@ * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at each stack frame. This may change as it could be time consuming. - - * macterm.c (mac_check_for_quit_char, quit_char_comp) - (init_quit_char_handler, mac_determine_quit_char_modifiers) + + * macterm.c (mac_check_for_quit_char, quit_char_comp) + (init_quit_char_handler, mac_determine_quit_char_modifiers) (mac_initialize): Added code to check for pressing of quit_char in the OS event queue * mac.c (sys_select): Call mac_check_for_quit_char every second while blocking on select. - + * mac.c (sys_read): Use sys_select to test for input first before calling read to allow C-g to break